home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / rbd103.zip / RBD.DOC < prev    next >
Text File  |  1991-04-26  |  4KB  |  81 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                            Resistor Band Decoder
  9.                                Version 1.03
  10.  
  11.                                     by
  12.  
  13.                           Robert L. Deschambault
  14.  
  15.                         ────────────────────────────
  16.                              Solution Infinity
  17.                          1608-20 Edgecliffe Golfway
  18.                          Don Mills, Ontario, Canada
  19.                                   M3C 3A4
  20.                               (416) 425-1451
  21.                         ────────────────────────────
  22.  
  23.  
  24.          Do you have trouble remembering the standard resistor color
  25.       codes and have fits trying to apply the multiplier?  Well here
  26.       is a simple utility which makes extensive use of the IBM extended
  27.       character set and the 16 colors available in EGA/VGA 80 column
  28.       color text mode which makes it easy to get any resistor value.
  29.  
  30.          The Resistor Band Decoder (rbd.exe) is a small useful utility
  31.       which will give the value in ohms of a standard resistor given
  32.       the color of the bands which appear on the resistor.  The program
  33.       is simple enough to use, just start the program and it will prompt
  34.       you for a two letter code for each band.  The codes are available
  35.       on the screen at all times.  A representation of the resistor
  36.       appears on the screen, and the color bands will appear as you enter
  37.       the codes for each band.  Once you have entered all four color
  38.       bands, the resistor value and tolerance is displayed.  A prompt
  39.       to decode more resistors appears on the screen.  The program
  40.       terminates when you do not want to decode any more resistors.
  41.  
  42.           The program is written in C and was compiled using Borland's
  43.       Turbo C++ Version 1.00 compiler.  It should run on any IBM
  44.       compatible (80x86) with an EGA/VGA color display.  The program
  45.       does have some editing capabilities when entering the two letter
  46.       resistor codes, if you find you have made a mistake just backspace
  47.       and enter the correct letter(s) before pressing <ENTER>.  If the
  48.       code is not valid the prompt will simply move back two spaces and
  49.       allow another entry.  The program will not accept entries longer
  50.       than two letters and will not allow you to backspace beyond the
  51.       prompt.  The program does check to see if the color code is valid
  52.       for the given band, however the program does not know the standard
  53.       values of resistors that are available.  Hence it is possible to
  54.       enter a valid code (yellow, yellow, red, silver, 4.4 kΩ ±10% for
  55.       example) for which no standard resistor exists.
  56.  
  57.           If you should find the utility useful, or have any suggestions
  58.       or comments, please drop me a line.  If you really like it, please
  59.       consider a small $5.00 donation.  Depending on the response, I
  60.       will release a shareware version of this product, along with
  61.       any other related utilities you would like to see.  Make the check
  62.       or money order payable to: SOLUTION INFINITY.
  63.  
  64.           Solution Infinity is a small software development company.  It
  65.       is interested in developing graphical and other science and
  66.       engineering related software.  Custom solutions to situations in
  67.       the laboratory are readily achieved.  If you are interested in
  68.       these or other related services, please contact:
  69.  
  70.                           Robert Deschambault
  71.                           Solution Infinity
  72.                           1608-20 Edgecliffe Golfway
  73.                           Don Mills, Ontario, Canada
  74.                           M3C 3A4
  75.                           (416) 425-1451
  76.  
  77.       Thank you for your time.  Hope you like my Resistor Band Decoder.
  78.  
  79.  
  80.         
  81.